home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-01-25 | 504 b | 11 lines | [TEXT/ToyS] |
- tell application "FileMaker Pro"
- show every record of database 1
- show every record of database 2
- get data (every record of database 1 whose last cell = 7)
- every record whose cell "a" = 1 and cell 2 contains "cat"
- show (every record of database 1 whose first cell = "test")
- show (every record of database 1 whose fourth cell = "")
- show (every record of database 1 whose fourth cell ≠ "")
- duplicate (every record whose first cell = "test")
- delete (middle record whose first cell = "test")
- end tell